home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / MacsBug OSA / source code / MacsBug.MAMake < prev    next >
Encoding:
Text File  |  1997-06-27  |  531 b   |  25 lines  |  [TEXT/MPS ]

  1. # MacsBug.MAMake
  2. # Copyright © 1991-96 by Apple Computer, Inc. All rights reserved. 
  3.  
  4. #+
  5. #    Change History:
  6. #        ----- R11 -----
  7. #        06/26/96    mdr        Install release marker.  Scope many globals.  Change TRUE/FALSE/NULL.
  8. #        ----- R10 -----
  9. #-
  10.  
  11. AppName = MacsBug
  12.  
  13. OtherInterfaces =  ∂
  14.     "{SrcApp}UMacsBugApplication.h"
  15.  
  16. OtherLinkFiles = ∂
  17.     "{ObjApp}UMacsBugApplication.cp.o"
  18.  
  19. "{ObjApp}UMacsBugApplication.cp.o"    ƒ ∂
  20.                             "{SrcApp}UMacsBugApplication.h" ∂
  21.                             {MacAppCPlusIntf} ∂
  22.                             {BuildingBlocksCPlusIntf}
  23.  
  24. # End of MacsBug.MAMake
  25.